home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Development / REALbasicMacOSX.dmg / REALbasic 2005 Release 4 / Read Me / Third Party Licenses and Notices.txt < prev    next >
Text File  |  2005-06-13  |  10KB  |  192 lines

  1. REALbasic includes functionality based in part on MemoryModule by Joachim Bauch.
  2. Additional information is available at <http://www.joachim-bauch.de/>
  3.  
  4.  
  5. ---------------
  6. OpenSSL License
  7. ---------------
  8. /* ====================================================================
  9.  * Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.
  10.  *
  11.  * Redistribution and use in source and binary forms, with or without
  12.  * modification, are permitted provided that the following conditions
  13.  * are met:
  14.  *
  15.  * 1. Redistributions of source code must retain the above copyright
  16.  *    notice, this list of conditions and the following disclaimer.
  17.  *
  18.  * 2. Redistributions in binary form must reproduce the above copyright
  19.  *    notice, this list of conditions and the following disclaimer in
  20.  *    the documentation and/or other materials provided with the
  21.  *    distribution.
  22.  *
  23.  * 3. All advertising materials mentioning features or use of this
  24.  *    software must display the following acknowledgment:
  25.  *    "This product includes software developed by the OpenSSL Project
  26.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  27.  *
  28.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  29.  *    endorse or promote products derived from this software without
  30.  *    prior written permission. For written permission, please contact
  31.  *    openssl-core@openssl.org.
  32.  *
  33.  * 5. Products derived from this software may not be called "OpenSSL"
  34.  *    nor may "OpenSSL" appear in their names without prior written
  35.  *    permission of the OpenSSL Project.
  36.  *
  37.  * 6. Redistributions of any form whatsoever must retain the following
  38.  *    acknowledgment:
  39.  *    "This product includes software developed by the OpenSSL Project
  40.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  41.  *
  42.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  43.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  44.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  45.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  46.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  47.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  48.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  49.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  50.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  51.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  52.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  53.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  54.  * ====================================================================
  55.  *
  56.  * This product includes cryptographic software written by Eric Young
  57.  * (eay@cryptsoft.com).  This product includes software written by Tim
  58.  * Hudson (tjh@cryptsoft.com).
  59.  *
  60.  */
  61.  
  62.  Original SSLeay License
  63.  -----------------------
  64.  
  65. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  66.  * All rights reserved.
  67.  *
  68.  * This package is an SSL implementation written
  69.  * by Eric Young (eay@cryptsoft.com).
  70.  * The implementation was written so as to conform with Netscapes SSL.
  71.  *
  72.  * This library is free for commercial and non-commercial use as long as
  73.  * the following conditions are aheared to.  The following conditions
  74.  * apply to all code found in this distribution, be it the RC4, RSA,
  75.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  76.  * included with this distribution is covered by the same copyright terms
  77.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  78.  *
  79.  * Copyright remains Eric Young's, and as such any Copyright notices in
  80.  * the code are not to be removed.
  81.  * If this package is used in a product, Eric Young should be given attribution
  82.  * as the author of the parts of the library used.
  83.  * This can be in the form of a textual message at program startup or
  84.  * in documentation (online or textual) provided with the package.
  85.  *
  86.  * Redistribution and use in source and binary forms, with or without
  87.  * modification, are permitted provided that the following conditions
  88.  * are met:
  89.  * 1. Redistributions of source code must retain the copyright
  90.  *    notice, this list of conditions and the following disclaimer.
  91.  * 2. Redistributions in binary form must reproduce the above copyright
  92.  *    notice, this list of conditions and the following disclaimer in the
  93.  *    documentation and/or other materials provided with the distribution.
  94.  * 3. All advertising materials mentioning features or use of this software
  95.  *    must display the following acknowledgement:
  96.  *    "This product includes cryptographic software written by
  97.  *     Eric Young (eay@cryptsoft.com)"
  98.  *    The word 'cryptographic' can be left out if the rouines from the library
  99.  *    being used are not cryptographic related :-).
  100.  * 4. If you include any Windows specific code (or a derivative thereof) from
  101.  *    the apps directory (application code) you must include an acknowledgement:
  102.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  103.  *
  104.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  105.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  106.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  107.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  108.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  109.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  110.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  111.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  112.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  113.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  114.  * SUCH DAMAGE.
  115.  *
  116.  * The licence and distribution terms for any publically available version or
  117.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  118.  * copied and put under another distribution licence
  119.  * [including the GNU Public Licence.]
  120.  */
  121.  
  122.  
  123. ------------
  124. PCRE LICENCE
  125. ------------
  126.  
  127. PCRE is a library of functions to support regular expressions whose syntax
  128. and semantics are as close as possible to those of the Perl 5 language.
  129.  
  130. Release 5 of PCRE is distributed under the terms of the "BSD" licence, as
  131. specified below. The documentation for PCRE, supplied in the "doc"
  132. directory, is distributed under the same terms as the software itself.
  133.  
  134. Written by: Philip Hazel <ph10@cam.ac.uk>
  135.  
  136. University of Cambridge Computing Service,
  137. Cambridge, England. Phone: +44 1223 334714.
  138.  
  139. Copyright (c) 1997-2004 University of Cambridge
  140. All rights reserved.
  141.  
  142. Redistribution and use in source and binary forms, with or without
  143. modification, are permitted provided that the following conditions are met:
  144.  
  145.     * Redistributions of source code must retain the above copyright notice,
  146.       this list of conditions and the following disclaimer.
  147.  
  148.     * Redistributions in binary form must reproduce the above copyright
  149.       notice, this list of conditions and the following disclaimer in the
  150.       documentation and/or other materials provided with the distribution.
  151.  
  152.     * Neither the name of the University of Cambridge nor the names of its
  153.       contributors may be used to endorse or promote products derived from
  154.       this software without specific prior written permission.
  155.  
  156. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  157. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  158. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  159. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  160. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  161. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  162. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  163. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  164. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  165. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  166. POSSIBILITY OF SUCH DAMAGE.
  167.  
  168. End
  169.  
  170.  
  171. -------------
  172. Quesa License
  173. -------------
  174.  
  175. Quesa is distributed under the BSD License and is Copyright © 1999-2005, Quesa Developers. For some background information about this license, you may wish to visit this web site.
  176.  
  177. The BSD license allows you to link Quesa into your software, as either a static or dynamic library, with no obligation. You may not redistribute Quesa without preserving its copyright statement.
  178.  
  179. Although not a requirement, we would prefer that any local customisations you make to Quesa are made available to the project. This ensures that your changes are carried forward into future releases of Quesa, and will be maintained as part of normal development.
  180.  
  181. Copyright (c) 1999-2005, Quesa Developers. All rights reserved.
  182.  
  183. For the current release of Quesa, please see:
  184.  
  185. http://quesa.sourceforge.net/
  186. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  187.  
  188. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  189. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  190. Neither the name of Quesa nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  191. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  192.